home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Sunday Times: The Month 2004 August
/
The Sunday Times - The Month 2004-08.iso
/
pc
/
engine
/
modules
/
text_audio.swf
/
scripts
/
DefineButton2_21
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-06-24
|
203 b
|
6 lines
on(press){
gotoAndStop("active");
posToStart = math.ceil(_parent.mc_timebar.mc_handle._x / _parent.mc_timebar.AVAIL_WIDTH * _parent.snd.duration / 1000);
_parent.resumeSound(posToStart);
}